Contact Us

Form using method="POST"
Customer Information








Label: 3schools
When a user clicks the text within the <label> element, it toggles the input (this increases the hit area).

Tip: <label for="nameID"> must be equal to the id attribute of the related element to bind them together.
Alternatively, you can nest the <input> directly inside the <label>, in which case the for and id attributes are not needed because the association is implicit: